Skip to main content

All Questions

0votes
2answers
55views

Call method in controller from directive

HTML : <div id="idOfDiv" ng-show="ngShowName"> Hello </div> I would like to call the function which is declared in my controller from my directive. How can I do this? I don't receive ...
Anonymous's user avatar

close